home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2006 May / PCWMAY06.iso / Software / Freeware / First Page 2006 3.00 / fp2006-final-3.00-setup.exe / {app} / Iscripts / Forms Misc / parse-text.izs < prev    next >
Text File  |  2005-09-28  |  2KB  |  103 lines

  1. <!NOWIZARD>
  2.  
  3. <!TITLE>Parse Text 
  4.  
  5. <!/TITLE>
  6.  
  7. <!DESCRIPTION>Quickly and easily convert text into a JavaScript string. <!/DESCRIPTION> 
  8.  
  9. <!CATEGORY>Forms<!/CATEGORY>
  10.  
  11. <!SCRIPT>
  12. <!-- START OF SCRIPT -->
  13.  
  14. <!-- HOW TO INSTALL PARSE TEXT (Page 1 of 2):
  15.  
  16.   1.  Copy code into the HEAD section of document
  17.   2.  Put last coding into the BODY section of document  -->
  18.  
  19. <!-- STEP ONE: Add code into HEAD section of document  -->
  20.  
  21. <HEAD>
  22.  
  23. <SCRIPT LANGUAGE="JavaScript">
  24. <!-- Original:  Chu Alan -->
  25. <!-- Web Site:  http://www.methylated-spirit.com -->
  26.  
  27.  
  28. <!-- Begin
  29. var isNav4, isIE4;
  30. if (parseInt(navigator.appVersion.charAt(0)) >= 4) {
  31. isNav4 = (navigator.appName == "Netscape") ? true : false;
  32. isIE4 = (navigator.appName.indexOf("Microsoft") != -1) ? true : false;
  33. }
  34. var resultWnd
  35. function parsetext(form) {
  36. resultWnd = open("parse-result.html", null, "toolbar=no,menubar=no,width=600,height=150,screenX=0,screenY=0");
  37. }
  38. //  End -->
  39. </script>
  40.  
  41. </HEAD>
  42.  
  43. <!-- STEP TWO: Add code into BODY section of document  -->
  44.  
  45. <BODY>
  46.  
  47. <FORM action="" onSubmit="parsetext(this) ; return false">
  48. <TEXTAREA name="texttoparse" rows="10" cols="50"></TEXTAREA><BR><BR>
  49. <INPUT type="submit" value="    Parse text    " style="font: 12pt Verdana">
  50. </FORM>
  51.  
  52.  
  53.  
  54. <!-- END OF SCRIPT -->
  55. <!/SCRIPT>
  56.  
  57. <!PREVIEW>
  58. <!-- START OF SCRIPT -->
  59.  
  60. <!-- HOW TO INSTALL PARSE TEXT (Page 1 of 2):
  61.  
  62.   1.  Copy code into the HEAD section of document
  63.   2.  Put last coding into the BODY section of document  -->
  64.  
  65. <!-- STEP ONE: Add code into HEAD section of document  -->
  66.  
  67. <HEAD>
  68.  
  69. <SCRIPT LANGUAGE="JavaScript">
  70. <!-- Original:  Chu Alan -->
  71. <!-- Web Site:  http://www.methylated-spirit.com -->
  72.  
  73.  
  74. <!-- Begin
  75. var isNav4, isIE4;
  76. if (parseInt(navigator.appVersion.charAt(0)) >= 4) {
  77. isNav4 = (navigator.appName == "Netscape") ? true : false;
  78. isIE4 = (navigator.appName.indexOf("Microsoft") != -1) ? true : false;
  79. }
  80. var resultWnd
  81. function parsetext(form) {
  82. resultWnd = open("parse-result.html", null, "toolbar=no,menubar=no,width=600,height=150,screenX=0,screenY=0");
  83. }
  84. //  End -->
  85. </script>
  86.  
  87. </HEAD>
  88.  
  89. <!-- STEP TWO: Add code into BODY section of document  -->
  90.  
  91. <BODY>
  92.  
  93. <FORM action="" onSubmit="parsetext(this) ; return false">
  94. <TEXTAREA name="texttoparse" rows="10" cols="50"></TEXTAREA><BR><BR>
  95. <INPUT type="submit" value="    Parse text    " style="font: 12pt Verdana">
  96. </FORM>
  97.  
  98.  
  99. <!-- END OF SCRIPT -->
  100. <!/PREVIEW>
  101.  
  102. <!RELATED>NONE<!/RELATED>
  103.